[NDTensors] Introduce LabelledNumbers and GradedAxesNext#1351
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1351 +/- ##
===========================================
- Coverage 84.40% 53.78% -30.62%
===========================================
Files 100 99 -1
Lines 8581 8528 -53
===========================================
- Hits 7243 4587 -2656
- Misses 1338 3941 +2603 ☔ View full report in Codecov by Sentry. |
LabelledNumbers and GradedAxesNextLabelledNumbers and GradedAxesNext
|
@ogauthe this doesn't have all of the features of |
LabelledNumbers and GradedAxesNextLabelledNumbers and GradedAxesNext
|
Great. I paused my work on |
This is a rewrite and redesign of
GradedAxes, for now calledGradedAxesNextbut the goal will be to removeGradedAxesand replace it with the code inGradedAxesNext(either here or in a follow-up PR). The goal is to make it easier to implement slicing operations of graded unit ranges which preserve the sector labels (which is needed for finishing #1332), which I have found is a bit more cumbersome than I think is necessary with the currentGradedAxesdesign.@emstoudenmire @ogauthe